wal_buffers = -1 and SIGHUP - Mailing list pgsql-hackers

From Bernd Helmle
Subject wal_buffers = -1 and SIGHUP
Date
Msg-id 03B05B92CB72954D84334E47@[172.26.14.62]
Whole thread Raw
List pgsql-hackers
This might be nitpicking (or i'm currently missing something), but i recognized 
that setting wal_buffers = -1 always triggers the following on reload, even if 
nothing to wal_buffers had changed:

$ pg_ctl reload
LOG:  received SIGHUP, reloading configuration files
LOG:  parameter "wal_buffers" cannot be changed without restarting the server

This only happens when you have wal_buffers set to -1.

-- 
Thanks
Bernd


pgsql-hackers by date:

Previous
From: Bernd Helmle
Date:
Subject: Re: BUG #5856: pg_attribute.attinhcount is not correct.
Next
From: "Kevin Grittner"
Date:
Subject: Re: SSI bug?